home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / mac / nihimage / nih_beta.hqx / nih-image155beta62.sit / V1.55 Release Notes < prev   
Encoding:
Text File  |  1994-04-12  |  3.3 KB  |  47 lines  |  [TEXT/Imag]

  1. V1.55b62 Release Notes
  2. -------------------------------
  3.  
  4. 1) The PasteLive macro command now works with Paste Control.
  5.  
  6. 2) The Find command will now move the cursor to a specified line in a text window if you enter a search string in the form ╘#n╒, where n in a line number. As an example, to go to line 100, enter ╘#100╒.
  7.  
  8. 3) Load Macros error messages now display the line in the macro file that caused the error.
  9.  
  10. 4) Routines were added to the macro language for getting the length of a string and for deleting a substring of specified length. The length function (╥i:=Length(str)╙) returns the length of str. The delete procedure ( ╥Delete(str,index,count)╙) removes count characters from str, beginning at index.
  11.  
  12. 5) A bug (introduced in v1.54) was fixed that could sometimes cause images that had been uncalibrated in the Set Scale dialog box and saved to revert to being calibrated (to pixels) when reopened.
  13.  
  14. 6) A bug was fixed that caused the macro interpreter to fail to skip over string assignments used in IF or IF THEN ELSE statements.
  15.  
  16. 7) The LUT tool now moves one level wide density slices if you click directly on them in the LUT window.
  17.  
  18. 8) A bug was fixed that sometimes caused Plot Profile and Reslice to not work correctly for line selections extending past the image boundary.
  19.  
  20. 9) A new macro command was added that returns the current spatial scale. It has the form ╥GetScale(scale,unit)╙, where scale (real) is the number of pixels per unit and unit (a string variable) is the measurement unit. For uncalibrated images, scale is set to 1 and unit to ╘pixel╒.
  21.  
  22. 10) There is now a macro command (╥AutoOutline(x,y)╙) that is equivalent to clicking with the wand tool at location (x,y). The outline was successfully created if GetRoi returns a width greater than zero.
  23.  
  24. 11) The Dither command no longer ignores pixels along the edge of the image.
  25.  
  26. 12) The SaveAs and Export macro commands now accept full path names. For example, to save the current image in the folder ╥Images╙ on the disk named ╥hd400╙ use SaveAs(╘hd400:images:myimage╒).    
  27.  
  28. 13) A bug was fixed that caused all the slices except the first to be inverted when importing multi-slice 16-bit images.
  29.  
  30. 14) The Open command now recognizes and opens imported TIFF files of type ╘TEXT╒. Hold down the option key to display the first 32K of the file as ascii text.
  31.  
  32. 15) The Cancel button in the Rotate Left and Rotate Right dialog box now works.
  33.  
  34. 16) A bug was fixed that caused the ╥24-bit to 8-bit Color╙ command to fail with images wider than 2047 pixels.
  35.  
  36. 17) NIH Image now works on grayscale Powerbooks. In fact, it runs with the monitor set to anything from ╥Black & White╙ to ╥Millions╙. For best performance, however, 256 colors (or grays) should be used whenever possible.
  37.  
  38. 18) The Save Screen command was removed from the File Menu. Use System 7╒s built-in screen dump FKEY (command-shift-3) instead.
  39.  
  40. 19) A bug was fixed that sometimes caused calibrated density values to be incorrect for images opened and processed using a macro.
  41.  
  42. 20) A bug was fixed that sometimes caused ╥Plug-in Digitizer╙, and possibly other acquisition plug-ins, to generate blank images when memory was low.
  43.  
  44. 21) A bug was fixed that sometimes caused enlarged and misplaced text to be displayed in the Image Math dialog box.
  45.  
  46. 22) The "Values" window was renamed "Status".
  47.